Changeset 623081a
- Timestamp:
- 10/04/2023 01:52:42 PM (11 months ago)
- Branches:
- 12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
- Children:
- 4d63404, a494cc5
- Parents:
- 363fece4
- git-author:
- Pierre Labastie <pierre.labastie@…> (10/04/2023 01:50:38 PM)
- git-committer:
- Pierre Labastie <pierre.labastie@…> (10/04/2023 01:52:42 PM)
- Location:
- bootscripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/ChangeLog
r363fece4 r623081a 1 2023-10-04 Pierre Labastie <pierre.labastie@neuf.fr> 2 * After the changes done on 2022-03-24, several "halt stop" should 3 have been changed to "halt start". Done now. Fortunately, those 4 occur only when something wrong happens with disks or devices. 5 1 6 2023-07-28 Xi Ruoyao <xry111@xry111.site> 2 7 * In mountvirtfs, mount /sys/fs/cgroup for udev from systemd-254. … … 25 30 - S scripts only started if not already marked S in the previous runlevel 26 31 - K scripts only started if not already marked K in the previous runlevel 27 - remove the convention of running S scripts ith "stop" in rl 0/632 - remove the convention of running S scripts with "stop" in rl 0/6 28 33 2021-06-08 Bruce Dubbs <bdubbs@linuxfromscratch.org> 29 34 * When shutting down the network, ignore invalid interfaces -
bootscripts/lfs/init.d/checkfs
r363fece4 r623081a 64 64 log_info_msg "Press Enter to continue..." 65 65 wait_for_user 66 /etc/rc.d/init.d/halt st op66 /etc/rc.d/init.d/halt start 67 67 else 68 68 log_success_msg2 … … 128 128 log_info_msg "Press Enter to continue..." 129 129 wait_for_user 130 /etc/rc.d/init.d/halt st op130 /etc/rc.d/init.d/halt start 131 131 fi 132 132 -
bootscripts/lfs/init.d/udev
r363fece4 r623081a 42 42 log_info_msg "Press Enter to continue..." 43 43 wait_for_user 44 /etc/rc.d/init.d/halt st op44 /etc/rc.d/init.d/halt start 45 45 fi 46 46
Note:
See TracChangeset
for help on using the changeset viewer.