Browse Source

Benjamin Schieder:

udevstart no longer exists, so remove it from bootdisk target



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7196 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Benjamin Schieder 19 years ago
parent
commit
7b9593ba9a
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      target/bootdisk/build_stage1.sh
  2. +0
    -1
      target/bootdisk/linuxrc.sh

+ 1
- 1
target/bootdisk/build_stage1.sh

@ -32,7 +32,7 @@ sed -i -e "s,^STAGE_2_BIG_IMAGE=\"2nd_stage.tar.gz\"$,STAGE_2_BIG_IMAGE=\"${ROCK
echo_status "Copy various helper applications."
for file in ../2nd_stage/bin/{tar,gzip,bash2,bash,sh,mount,umount,ls,cat,uname,rm,ln,mkdir,rmdir,gawk,awk,grep,sleep} \
../2nd_stage/sbin/{ip,hwscan,pivot_root,swapon,swapoff,udevstart} \
../2nd_stage/sbin/{ip,hwscan,pivot_root,swapon,swapoff} \
../2nd_stage/usr/bin/{wget,find,expand,readlink,basename,tr} \
../2nd_stage/usr/sbin/lspci ; do
programs="${programs} ${file#../2nd_stage}"

+ 0
- 1
target/bootdisk/linuxrc.sh

@ -406,7 +406,6 @@ mount -t sysfs none /sys || echo "Can't mount sysfs on /sys"
mount -t proc none /proc || echo "Can't mount /proc"
mount -t tmpfs -o ${TMPFS_OPTIONS} none /tmp || echo "Can't mount /tmpfs"
udevstart
cd /dev
rm -rf fd
ln -s /proc/self/fd

Loading…
Cancel
Save