如何创建自定义 debian liveCD(自定义预安装哪些软件包)?

如何创建自定义 debian liveCD(自定义预安装哪些软件包)?

我该怎么做?我尝试过 simple-cdd,但它不起作用:

$ build-simple-cdd 
FINISHED --2013-08-28 17:57:11--
Total wall clock time: 51s
Downloaded: 54 files, 5.5M in 9.9s (568 KB/s)
Warning: No VerifyRelease line in 'default' or any rule it includes via 'From:'.
Release.gpg cannot be checked unless you tell which key to check with.
(To avoid this warning and not check signatures add 'VerifyRelease: blindtrust').
Warning: No VerifyRelease line in 'default-base' or any rule it includes via 'From:'.
Release.gpg cannot be checked unless you tell which key to check with.
(To avoid this warning and not check signatures add 'VerifyRelease: blindtrust').
Warning: No VerifyRelease line in 'default-udebs' or any rule it includes via 'From:'.
Release.gpg cannot be checked unless you tell which key to check with.
(To avoid this warning and not check signatures add 'VerifyRelease: blindtrust').
Warning: No VerifyRelease line in 'default-security' or any rule it includes via 'From:'.
Release.gpg cannot be checked unless you tell which key to check with.
(To avoid this warning and not check signatures add 'VerifyRelease: blindtrust').
aptmethod error receiving 'http://security.debian.org/dists/precise/updates/Release':
'404  Not Found [IP: 195.20.242.89 80]'
aptmethod error receiving 'ftp://ftp.us.debian.org/debian/dists/precise/Release':
'Unable to fetch file, server said ‘Failed to open file.  ’ [IP: 64.50.236.52 21]'
aptmethod error receiving 'ftp://ftp.us.debian.org/debian/dists/precise/Release':
'Unable to fetch file, server said ‘Failed to open file.  ’ [IP: 64.50.236.52 21]'
aptmethod error receiving 'ftp://ftp.us.debian.org/debian/dists/precise/Release':
'Unable to fetch file, server said ‘Failed to open file.  ’ [IP: 64.50.236.52 21]'
There have been errors!
gzip: /home/samuel/Documents/custom-debian/tmp//mirror/lists/precise_default_deb_main_amd64.gz: No such file or directory
awk: cmd. line:1: fatal: cannot open file `/home/samuel/Documents/custom-debian/tmp//mirror/dists/precise/main/binary-amd64/Packages' for reading (No such file or directory)
Warning: No VerifyRelease line in 'default' or any rule it includes via 'From:'.
Release.gpg cannot be checked unless you tell which key to check with.
(To avoid this warning and not check signatures add 'VerifyRelease: blindtrust').
Warning: No VerifyRelease line in 'default-base' or any rule it includes via 'From:'.
Release.gpg cannot be checked unless you tell which key to check with.
(To avoid this warning and not check signatures add 'VerifyRelease: blindtrust').
Warning: No VerifyRelease line in 'default-udebs' or any rule it includes via 'From:'.
Release.gpg cannot be checked unless you tell which key to check with.
(To avoid this warning and not check signatures add 'VerifyRelease: blindtrust').
Warning: No VerifyRelease line in 'default-security' or any rule it includes via 'From:'.
Release.gpg cannot be checked unless you tell which key to check with.
(To avoid this warning and not check signatures add 'VerifyRelease: blindtrust').
Error opening '/home/samuel/Documents/custom-debian/tmp//mirror/lists/default-security_precise%2Fupdates_Release': No such file or directory
There have been errors!
awk: cmd. line:1: fatal: cannot open file `/home/samuel/Documents/custom-debian/tmp//mirror/dists/precise/main/binary-amd64/Packages' for reading (No such file or directory)
cat: /home/samuel/Documents/custom-debian/tmp//mirror/dists/precise/main/binary-amd64/Packages: No such file or directory
Merging...                                                          0      Fatal error: exception Failure("Warning: package ignored because it has no name")

答案1

我使用过 remastersys,它对于受支持的 debian 系统非常有效,如其主页所示。

http://www.remastersys.com/

相关内容