Skip to content
Snippets Groups Projects

aramo-udeb: add template and package list for rebuild.

1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -48,7 +48,7 @@ $ for i in $(cat ~/d-i_pkg-list) ; \
Note that as the list is a big one to parse, it will take some time.
This will provide a list of source packages necessary to build for our udeb repository, be ware that some helpers for these source packages might already exist, errors finding the source package mean source packages required from debian.
This will provide a list of source packages necessary to build for our udeb repository, be ware that some helpers for these source packages might already exist, errors finding the source package mean source packages are required from debian.
### 2) anna list (nabia)
@@ -72,12 +72,13 @@ SQUID_LOG="/var/log/squid/access.log"
awk '!seen[$0]++' | sort
```
* acces.log might will likely require sudo or root to read.
#### tftp server - syslog
Another way is to export the syslog of the netinstall through tftp to a server.
While installing the nabia system at the kernel it is possible to chage the tty and send the syslog file for further parsing using tftp, as busybox has no limited capabilities, to the tftp server (e.g. 192.168.1.100).
While installing the nabia system at the kernel selection step, it is possible to chage the tty and send the syslog file to the tftp server (e.g. 192.168.1.100) for further parsing using tftp, as busybox has limited capabilities.
```
cd /var/log/
@@ -94,7 +95,7 @@ SYSLOG_NETINST="path-to/syslog_netinstall"
```
Just like before, this will provide a list of source packages necessary to build for our udeb repository, be ware that some helpers for these source packages might already exist, errors finding the source package mean source packages required from debian.
Just like before, this will provide a list of source packages necessary to build for our udeb repository, be ware that some helpers for these source packages might already exist, errors finding the source package mean source packages are required from debian.
## Set upstream source
Loading