diff options
author | 2005-12-09 19:03:07 +0000 | |
---|---|---|
committer | 2005-12-09 19:03:07 +0000 | |
commit | c143de603ffbbbd106d935dae35409da6584fce4 (patch) | |
tree | a3f8370d989dd9338695f2c576ec6723d935fb17 /targets/livecd-stage1 | |
parent | Made sed on devfsd.conf conditional on it existing. Removes one more error m... (diff) | |
download | catalyst-c143de603ffbbbd106d935dae35409da6584fce4.tar.gz catalyst-c143de603ffbbbd106d935dae35409da6584fce4.tar.bz2 catalyst-c143de603ffbbbd106d935dae35409da6584fce4.zip |
Made sure we use -f on removing the default links for splash. Removed check_portage_version as it really isn't needed anymore. Removed --no-install from genkernel commands in kmerge.sh so users must manually remove kernels from /boot. This is 2.0_rc8.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@959 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'targets/livecd-stage1')
-rwxr-xr-x | targets/livecd-stage1/livecd-stage1-chroot.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/targets/livecd-stage1/livecd-stage1-chroot.sh b/targets/livecd-stage1/livecd-stage1-chroot.sh index fc00cd13..b668caba 100755 --- a/targets/livecd-stage1/livecd-stage1-chroot.sh +++ b/targets/livecd-stage1/livecd-stage1-chroot.sh @@ -1,11 +1,10 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.21 2005/12/08 15:16:48 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.22 2005/12/09 19:03:07 wolf31o2 Exp $ . /tmp/chroot-functions.sh -check_portage_version update_env_settings setup_myfeatures |