Characters entities should not be used inside programlisting tags since
these later are rendered as <pre></pre>. Noticed by: Denis SAGET <geodni@free.fr>
This commit is contained in:
parent
049d4e1ba0
commit
201d8087d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27389
1 changed files with 11 additions and 11 deletions
|
|
@ -2733,7 +2733,7 @@ mkdir /mnt/var
|
||||||
#
|
#
|
||||||
if [ ! -x /sys/compile/MINI/kernel ]
|
if [ ! -x /sys/compile/MINI/kernel ]
|
||||||
then
|
then
|
||||||
cat << EOM
|
cat << EOM
|
||||||
The MINI kernel does not exist, please create one.
|
The MINI kernel does not exist, please create one.
|
||||||
Here is an example config file:
|
Here is an example config file:
|
||||||
#
|
#
|
||||||
|
|
@ -2781,14 +2781,14 @@ fi
|
||||||
|
|
||||||
cp -f /sys/compile/MINI/kernel /mnt
|
cp -f /sys/compile/MINI/kernel /mnt
|
||||||
|
|
||||||
gzip -c -best /sbin/init > /mnt/sbin/init
|
gzip -c -best /sbin/init > /mnt/sbin/init
|
||||||
gzip -c -best /sbin/fsck > /mnt/sbin/fsck
|
gzip -c -best /sbin/fsck > /mnt/sbin/fsck
|
||||||
gzip -c -best /sbin/mount > /mnt/sbin/mount
|
gzip -c -best /sbin/mount > /mnt/sbin/mount
|
||||||
gzip -c -best /sbin/halt > /mnt/sbin/halt
|
gzip -c -best /sbin/halt > /mnt/sbin/halt
|
||||||
gzip -c -best /sbin/restore > /mnt/sbin/restore
|
gzip -c -best /sbin/restore > /mnt/sbin/restore
|
||||||
|
|
||||||
gzip -c -best /bin/sh > /mnt/bin/sh
|
gzip -c -best /bin/sh > /mnt/bin/sh
|
||||||
gzip -c -best /bin/sync > /mnt/bin/sync
|
gzip -c -best /bin/sync > /mnt/bin/sync
|
||||||
|
|
||||||
cp /root/.profile /mnt/root
|
cp /root/.profile /mnt/root
|
||||||
|
|
||||||
|
|
@ -2815,18 +2815,18 @@ cd /
|
||||||
#
|
#
|
||||||
# create minimum file system table
|
# create minimum file system table
|
||||||
#
|
#
|
||||||
cat > /mnt/etc/fstab <<EOM
|
cat > /mnt/etc/fstab <<EOM
|
||||||
/dev/fd0a / ufs rw 1 1
|
/dev/fd0a / ufs rw 1 1
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
#
|
#
|
||||||
# create minimum passwd file
|
# create minimum passwd file
|
||||||
#
|
#
|
||||||
cat > /mnt/etc/passwd <<EOM
|
cat > /mnt/etc/passwd <<EOM
|
||||||
root:*:0:0:Charlie &:/root:/bin/sh
|
root:*:0:0:Charlie &:/root:/bin/sh
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
cat > /mnt/etc/master.passwd <<EOM
|
cat > /mnt/etc/master.passwd <<EOM
|
||||||
root::0:0::0:0:Charlie &:/root:/bin/sh
|
root::0:0::0:0:Charlie &:/root:/bin/sh
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue