# Install compiler and dependencies
sudo apt-get install -y git gcc make liblzma-dev
# Grab the source code
git clone https://github.com/ipxe/ipxe.git
cd ipxe/src
# Enable NFS support
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Created on 2019-09-26 by USER | |
declare | |
-- Local variables here | |
v_pre_space varchar2(10); | |
v_tname varchar2(100); | |
v_sql varchar2(4000); | |
v_int_type varchar2(10); | |
v_comment varchar2(1000); | |
v_pk varchar2(1000); |